DAC Registers
Name Start Address Type Access
DAC#(0:1) 1000 FLOAT32 R/W
DAC#(0:1)_BINARY 51000 UINT32 W
DAC#(0:1)
- Starting Address: 1000
Pass a voltage for the specified analog output.
  • Data type: FLOAT32  (type index = 3)
  • Readable and writable
Expanded Names Addresses
DAC0, DAC1 1000, 1002
DAC#(0:1)_BINARY
- Starting Address: 51000
Writes binary values to the DACs. Binary values are 16-bit. If the DAC's resolution is less than 16 then the lower bits are ignored. 0 = lowest output, 65535 = highest output.
  • Data type: UINT32  (type index = 1)
  • Write-only
Expanded Names Addresses
DAC0_BINARY, DAC1_BINARY 51000, 51002